From: Glenn Morris Date: Wed, 8 Aug 2012 16:07:24 +0000 (-0700) Subject: Remove reference to src/s file X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2326^2~1227 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=128a5c0d89c37958171f09558a79440bdcd564b7;p=emacs.git Remove reference to src/s file --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 0f6e0077baf..4edab8a41dc 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -443,8 +443,8 @@ Thus, you could start by adding this to config.h: #define LIBS_SYSTEM -lresolv Then if this gives you an error for redefining a macro, and you see that -the s- file defines LIBS_SYSTEM as -lfoo -lbar, you could change config.h -again to say this: +config.h already defines LIBS_SYSTEM as -lfoo -lbar at some other point +(possibly in an included file) you could change it to say this: #define LIBS_SYSTEM -lresolv -lfoo -lbar